Package-level declarations

Types

Link copied to clipboard
sealed interface DetectionMode
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface FocusIndicator
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Callback interface for barcode and QR code detection events.

Link copied to clipboard
abstract class ScanFragment : Fragment
Fragment managing the access to the camera and holding a preview.
Link copied to clipboard
Implementation of ScanFragment using the legacy Camera API
Link copied to clipboard
Implementation of ScanFragment using CameraX API
Link copied to clipboard
data class SpatialReadableCode(val value: String, val type: ReadableCode.Type, val bounds: Rect? = null, val sourceImageWidth: Int = 0, val sourceImageHeight: Int = 0)

Functions